home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Corrida / SkiDooTT.swf / scripts / DefineButton2_136 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2005-08-08  |  61 b   |  5 lines

  1. on(release){
  2.    gameMode = "TT";
  3.    gotoAndStop("tt");
  4. }
  5.